home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 165 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: leifdude@aol.com (LeifDude)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: 16-color ANSI codes...
  5. Date: 3 Jan 1996 17:31:14 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4cf03i$3lh@newsbf02.news.aol.com>
  9. References: <4bm51e$a3g@news.infi.net>
  10. Reply-To: leifdude@aol.com (LeifDude)
  11. NNTP-Posting-Host: newsbf02.mail.aol.com
  12.  
  13. I was in da same boat.
  14. I found that the built in ANSI emulation on the console device only uses 8
  15. colors and instead of the other 8 brighter colors it just does them in
  16. boldface type.
  17.  
  18. From what I gather (unless there is a way to modify the console devices
  19. handling of ANSI sequences) you must code your own ANSI interpreter and
  20. instead of going to Bold Face, you must go to the next brighter colors...
  21.  
  22. The Amiga does actually send the correct ANSI codes (if directed to do
  23. so), its just that the standard console will not represent them the same
  24. way an IBM will.
  25. In other words, a particular 16 color ANSI screen will look different on
  26. an Amiga rather than an IBM.
  27.  
  28. I suggest downloading a text on ANSI standard and writing your own ANSI
  29. handler.
  30.  
  31. Hope dis stuff made some sense.
  32.